[Top] [Prev] [Next] [Bottom]
[Contents]
SaGetAppName
Gets the application name for the Sapphire server application. This name is used to build the names of HTML cookies.
#include "SaRnHtml.h"
char* XKEXPORT SaGetAppName SUTPROTO(());
Arguments
None.
A string which holds the current name of the Sapphire server application.
Gets the application name for the Sapphire server application. This name is used to build the names of HTML cookies. The name is either the executable name or the Oracle Cartridge name. Do not free or modify the returned string.
char* str;
str = SaGetAppName();
/*** examine str only **/
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.